





[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Top
Top
Represents a query against the Windows Azure Table service.
The following tables list the members exposed by the CloudTableQuery type.
Public Constructors
Name | Description | |
---|---|---|
CloudTableQuery | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. |
![]() | Expression | Gets the expression tree that is associated with the instance of IQueryable. |
![]() | Provider | Gets the query provider that is associated with this data source. |
![]() | RetryPolicy | Gets or sets the retry policy for the query. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | BeginExecuteSegmented | Overloaded. |
![]() | EndExecuteSegmented | Ends an asynchronous operation to execute a query and return the results as a result segment. |
![]() | Equals | (Inherited from Object) |
![]() | Execute | Overloaded. |
![]() | Expand | Expands the specified path. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | Overridden. Returns a String that represents this instance. |
Protected Methods (see also Extension Methods)
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
Extension Methods
Name | Description | |
---|---|---|
![]() | AsTableServiceQuery | Converts a query of type DataServiceQuery to a CloudTableQuery object that handles continuation tokens and retries failed calls to the Table service. (Defined by TableServiceExtensionMethods.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that can be used to iterate through a collection. |